SftTree/OCX 7.0

SftTree.ButtonExpandedDown Property

Softel vdm, Inc.

Defines the expand/collapse button image for an expanded parent item when the expand/collapse button is pressed.

Syntax       

Get

VB.NET

refImageObj = object.ButtonExpandedDown  As SftPictureObject

VB

Set refImageObj = object.ButtonExpandedDown  As SftPictureObject

C#.NET

SftPictureObject refImageObj = object.ButtonExpandedDown;

VC++

ISftPictureObject* refImageObj = object->ButtonExpandedDown;
ISftPictureObject* refImageObj = object->GetButtonExpandedDown();

C

HRESULT object->get_ButtonExpandedDown(ISftPictureObject** refImageObj);

Delphi

refImageObj := object.ButtonExpandedDown  : ISftPictureObject;

Put

VB.NET

object.ButtonExpandedDown = refImageObj  As SftPictureObject

VB

object.ButtonExpandedDown = refImageObj  As SftPictureObject

C#.NET

SftPictureObject object.ButtonExpandedDown = refImageObj;

VC++

ISftPictureObject* object->ButtonExpandedDown = refImageObj;
void object->PutButtonExpandedDown(ISftPictureObject* refImageObj);

C

HRESULT object->put_ButtonExpandedDown(ISftPictureObject* refImageObj);

Delphi

object.ButtonExpandedDown := refImageObj  : ISftPictureObject;

object

A SftTree object.

refImageObj

Defines the expand/collapse button image for an expanded parent item when the expand/collapse button is pressed.

Comments

The ButtonExpandedDown property defines the expand/collapse button image for an expanded parent item when the expand/collapse button is pressed.

If the ButtonExpandedDown property is set to Null/Nothing, the image defined using the ButtonExpanded property is used instead.

User-defined expand/collapse button images are only used if the ButtonAppearance property is set to buttonsSftTreeUserImages and at least the ButtonExpanded and ButtonCollapsed properties define valid images.

Sample bitmaps for expand/collapse buttons are provided in the directory \Program Files\Softelvdm\SftTree OCX 7.0\Images.

See Also  SftTree Object | Object Hierarchy


Feedback / comments / error reports for this topic
© 2015 - Softel vdm, Inc. - www.softelvdm.com